Spread Windows Forms 12.0 Product Documentation
OnCollectionChanging Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CollectionBase<T> Class : OnCollectionChanging Method
The System.ComponentModel.CollectionChangeEventArgs instance that contains the event data.
Raises the CollectionChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanging( _
   ByVal e As CollectionChangeEventArgs _
) 
'Usage
 
Dim instance As CollectionBase(Of T)
Dim e As CollectionChangeEventArgs
 
instance.OnCollectionChanging(e)
protected virtual void OnCollectionChanging( 
   CollectionChangeEventArgs e
)

Parameters

e
The System.ComponentModel.CollectionChangeEventArgs instance that contains the event data.
See Also

Reference

CollectionBase<T> Class
CollectionBase<T> Members